From: Malcolm Priestley Date: Mon, 21 Jul 2014 21:40:45 +0000 (+0100) Subject: staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINK X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6194^2~360 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4060f53cf1ad954e03a8f6a07fdb7afb54b02db8;p=linux-4.9.git staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINK Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c index acb06086318b..addaa65ea100 100644 --- a/drivers/staging/vt6656/usbpipe.c +++ b/drivers/staging/vt6656/usbpipe.c @@ -53,10 +53,6 @@ #define USB_CTL_WAIT 500 //ms -#ifndef URB_ASYNC_UNLINK -#define URB_ASYNC_UNLINK 0 -#endif - int vnt_control_out(struct vnt_private *priv, u8 request, u16 value, u16 index, u16 length, u8 *buffer) {